home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group92c.txt / 000092_icon-group-sender _Wed Nov 18 14:10:06 1992.msg < prev    next >
Internet Message Format  |  1993-01-04  |  1KB

  1. Received: by cheltenham.cs.arizona.edu; Wed, 18 Nov 1992 14:10:30 MST
  2. Date: Wed, 18 Nov 1992 14:10:06 MST
  3. From: "Ralph Griswold" <ralph>
  4. Message-Id: <199211182110.AA11937@cheltenham.cs.arizona.edu>
  5. To: Paul_Abrahams@MTS.cc.Wayne.edu, icon-group@cs.arizona.edu
  6. Subject: Re:  Second argument to softf
  7. Status: R
  8. Errors-To: icon-group-errors@cs.arizona.edu
  9.  
  10. With semicolons, programmers tend to string a bunch of statements
  11. together on one long line.  This often makes programs harder
  12. to read than if they were written one statement per line with
  13. a more vertical layout.
  14.  
  15. On more than one occassion, I've reformatted programs for publication
  16. by breaking up long multi-statement lines into single lines.
  17.  
  18. For me, at least, using lines to separate statements not only makes programs
  19. easier to write; it makes them easier to read.
  20.  
  21. For Icon, read "expressions" for "statements".  The point is the same.
  22.     
  23. Ralph E. Griswold            ralph@cs.arizona.edu
  24. Department of Computer Science          uunet!arizona!ralph
  25. The University of Arizona        602-621-6609 (voice)
  26. Tucson, AZ 85721            602-621-9618   (fax)
  27.